CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 引导 asm

搜索资源列表

  1. boot16

    0下载:
  2. FAT16 磁盘格式引导程序(ASM)-FAT16 disk format guide (ASM)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4271
    • 提供者:李铁
  1. 汇编相关源代码

    0下载:
  2. 用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD-Audio播放程序,专截320*200的截画程序,V86模式切换程序,FASTREBOOT V1.0,Game Faster V1.0,Mixer Volume Ctrler V1.0,-assembly language prepared by the program's source code, cases : DOS6.0 source of hard disk boo
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:13959
    • 提供者:曹雨
  1. 引导程序的设计以及进程环境的建立

    0下载:
  2. 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10515
    • 提供者:黄小文
  1. FAT16 磁盘格式引导程序(ASM)

    0下载:
  2. FAT16 磁盘格式引导程序.文件是以ASM汇编格式提供的.-FAT16 disk boot format. ASM is a compilation document format available.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4271
    • 提供者:汪旭
  1. bambam004

    0下载:
  2. 这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。-This is a shell in C / C source code, the right TLS processing better, shell is not used to guide some asm achieve, and the direct use of C.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:414923
    • 提供者:伙同
  1. operatingsystemsourcecode

    0下载:
  2. \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1298380
    • 提供者:wonge
  1. bootsect

    0下载:
  2. 自己以前写的 引导扇区代码。包括: fat12.asm fat16.asm fat32.asm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:54453
    • 提供者:姜勇
  1. Linux0.00-complately

    0下载:
  2. Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法, 而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法! 重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6676
    • 提供者:gongbing
  1. tinix_os

    0下载:
  2. === ==== 关于本光盘 ========== \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1371217
    • 提供者:朱昭威
  1. asm源码

    0下载:
  2. asm源码 汇编引导程序 源程序 汇编初见面 名称 解释 格式 a (Assemble) 逐行汇编 a [address] c (Compare) 比较两内存块 c range address d (Dump) 内存16进制显示 d [address]或 d [range] e (Enter) 修改内存字节 e address [list] f (fin) 预置一段内存 f range list g (Go) 执行程序 g [=addres
  3. 所属分类:文档资料

  1. ucore-lab1

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1725387
    • 提供者:gyh
  1. MBR

    0下载:
  2. 这里主要是一个系统引导的MBR的一个汇编写的程序-Here is a system to guide the MBR of a compilation of written procedures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4377
    • 提供者:pro_kk
  1. NASM_MBR

    0下载:
  2. 基于nasm编译器写的简单的mbr引导代码,非常实用。-Nasm-based compiler, written in a simple mbr boot code, very useful.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1239
    • 提供者:孟涛
  1. boot

    0下载:
  2. boot.asm是用nasm汇编程序做的VESA显存模式驱动的写点 带有软盘驱动引导程序 用FloppyWriter.exe写主引导区-boot.asm is done NASM assembler VESA mode driver memory write point boot with the floppy disk drive used to write the Master Boot FloppyWriter.exe District
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:185148
    • 提供者:李小祥
  1. boot

    0下载:
  2. 引导扇区程序源码 编译后可以从软盘启动计算机 操作系统制作的第一步-Boot sector program source code can be compiled from the floppy disk to start the computer operating system produced by the first step
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1029
    • 提供者:ggg
  1. RWMBR

    0下载:
  2. 重新改写第一个引导扇区的内容。一个简单的病毒模型,包括加密解密部分-the program about the MBR..made by WIN32 asm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:10575
    • 提供者:memecha
  1. A

    0下载:
  2. boot简单的操作系统引导程序,展现操作系统的引导过程-simple boot operating system boot, the boot process to show the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:8236
    • 提供者:boozer
  1. bootsect

    0下载:
  2. 引导扇区源代码注释,用于描述系统的引导过程-Boot sector source code annotations, used to describe the system boot process
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:7949
    • 提供者:shechangxin
  1. MultiBoot

    0下载:
  2. ASM 多重引导程序MultiBoot,很好,写多重引导值得一看-ASM multi-boot program MultiBoot, well worth a visit to write multi-boot
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:11959
    • 提供者:lkf
  1. DOS6FDBOOT.ASM

    0下载:
  2. dos引导代码汇编写的,引导区代码,学习引导区汇编代码的例子-dos boot hdd source asm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:3890
    • 提供者:王明
« 12 »
搜珍网 www.dssz.com